DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.SetIdentityInsertOn Property

Gets or sets a value indicating whether to set identity insert on.

public Boolean SetIdentityInsertOn {get; set;}

Property Value

true if identity insert is on; otherwise, false.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace